home *** CD-ROM | disk | FTP | other *** search
/ PCMania 60 / PCMania CD60_1.iso / ignition / run.pcm < prev    next >
Text File  |  1997-09-08  |  595b  |  36 lines

  1. @echo off
  2. rem (c) Miguel Angel Lucero 1997
  3. cls
  4. echo    
  5. echo    
  6. echo PCmanía 60, Octubre 1997
  7. echo    
  8. choice /c:sn /n ¿Sois usuarios de Windows 95? (S\N)
  9. if errorlevel 2 goto no
  10. if errorlevel 1 goto si
  11. goto fin
  12.  
  13. :si
  14. cls
  15. echo    
  16. echo Demo Jugable de "Ignition"
  17. echo   
  18. echo PCmanía 60, Octubre 1997
  19. echo   
  20. echo Iniciando la instalación...
  21. setup
  22. goto fin
  23.  
  24. :no
  25. echo    
  26. echo    
  27. echo La demo de "Ignition" sólo funciona bajo Windows 95.
  28. echo    
  29. echo Si no disponéis de este entorno operativo no podréis probar el programa.
  30. echo     
  31. echo    
  32. goto fin
  33.  
  34. :fin
  35.  
  36.